Same as exists. But doesn't use install path. Limited and sync.
Same as isDir. But doesn't use install path. Limited and sync.
Same as isFile. But doesn't use install path. Limited and sync.
Same as read. But doesn't use install path. Limited and sync.
Same as readText. But doesn't use install path. Limited and sync.
Same as remove. But doesn't use install path. Limited and sync.
Same as write. But doesn't use install path. Limited and sync.
Currently it is a sync operation.
Gets a path from the installed path
Checks whether the path is a directory
Checks whether the path is a file
Does some default validations in the path then it executes the extra ones.
Uses the only extra verifications to check if the path is valid
Encapsulates both the sync and async in the same API for reading a file
Same as .read
Removes from the current path
Sets the initial path. It can't be a path with higher access than install path. You may reset it to the install path by using setPath("")
Currently there is no way to know if the writing has finished. Uses the sync API.
Uses a key/value pair for writing cache values.
Provides the interface for the filesystem singleton